Auto merge of #2519 - alexcrichton:update-curl, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 25 Mar 2016 16:26:34 +0000 (09:26 -0700)
committerbors <bors@rust-lang.org>
Fri, 25 Mar 2016 16:26:34 +0000 (09:26 -0700)
commit25e1301a4b72a31c0798aee4a8e8335d12d2a8ee
tree1a46e9c03ff5d5cded32f73179bb8a72d9a4faa4
parent4e6434dab92fe56371036c37bddb49a87e621504
parentea8de0a0d0cec1a534ba5a97b76de1ab107e517a
Auto merge of #2519 - alexcrichton:update-curl, r=alexcrichton

Update curl-sys

Picks up a fix to hopefully and correctly configure OpenSSL to be enabled in
cross-compiled situations where OpenSSL comes from a different location
(currently specified by the `OPENSSL_ROOT_DIR` environment variable that libssh2
also reads).